home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set btn to the clickOn
- puppetSprite(btn, 1)
- puppetSound("click")
- set the memberNum of sprite btn to 166
- set the loc of sprite btn to point(91, 167)
- updateStage()
- repeat while the stillDown
- updateStage()
- end repeat
- updateStage()
- puppetSprite(btn, 0)
- go(1, "comp")
- end
-